Nieprawidłowy adres serwera! Wprowadź poprawny adres IP, domenę lub adres IPv6.
Wireguard Config Generator + MikroTik
Konfiguracja dla MikroTik
{{ mikrotikConfig }}
Konfiguracja serwera: {{ server }}:{{ port }}
[Interface]
Address = {{ network }}.1/24
ListenPort = {{ port }}
PrivateKey = {{ serverkeys.privateKey }}
# PublicKey = {{ serverkeys.publicKey }}
# Server = {{ server }}
PostUp = {{ postUpRule }}
PostDown = {{ postDownRule }}
{{ line }}
[Peer]
## {{ value.name }}
AllowedIPs = {{ network }}.{{ client }}/32
PublicKey = {{ value.publicKey }}
# PrivateKey = {{ value.privateKey }}
PreSharedKey = {{ value.preSharedKey }}